<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*浜у搧涓讳綋*/
.about-main,
.news-main,
.product-main,
.case-main {
	text-align: center;
}
.com-nav-list,
.about-nav-list {
	display:inline-block;
	margin-top: 50px;
	background-color: #fff;
}
.about-nav-list li {
	float: left;
	padding: 20px 40px;
	margin-right: 48px;
	font-size: 20px;
	color: rgb(51, 51, 51);
	cursor: pointer;
}
.about-nav-list li.active {
	color: #fff;
	background-color: #cd251b;
	border-radius: 5px;
}
.about-nav-list li:last-child {
	margin-right: 0;
}

.com-nav-list li {
	float: left;
	margin-right: 48px;
}
.com-nav-list li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px 40px;
	font-size: 20px;
	color: rgb(51, 51, 51);
}
.com-nav-list li.active a {
	color: #fff;
	background-color: #cd251b;
	border-radius: 5px;
}
.com-nav-list li:last-child {
	margin-right: 0;
}
.com-m-content {
	margin-top: 30px;
	margin-bottom: 190px;
}
.com-m-content ul li {
	margin-top: 40px;
	float: left;
	width: 450px;
	margin-right: 45px;
	background-color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.com-m-content ul li:nth-of-type(3n) {
	margin-right: 0;
}
.com-m-content ul li img {
	width: 450px;
	height: 320px;
	transition: transform .3s;
}
@media screen and (max-width: 1440px) {
	.com-m-content ul li {
		width: 380px;
		margin-right: 30px;
	}
	.com-m-content ul li img {
		width: 380px;
		height: 270px;
	}
}
.com-m-content ul li p {
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	color: rgb(31, 28, 28);
	font-weight: 700;
	transition: padding .3s;
}
.com-m-content ul li:hover p {
	padding-top: 5px;
}
.com-m-content ul li:hover img {
	transform: scale(1.05);
}
.com-m-content-item {
	display: none;
}
.com-m-content-item.active {
	display: block;
	overflow: hidden;
}
.search-banner {
	position: relative;
}
.product-search {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 420px;
	height: 45px;
	border-radius: 10px;
	background-color: red;
	padding-right: 80px;
}
#searchi_q {
	width: 100%;
	height: 45px;
	padding-left: 20px;
	border-radius: 10px 0 0 10px;
	background-color: #fff;
}
.product-search .sub {
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 45px;
	border-radius: 0 10px 10px 0;
	background-color: rgb(205,37,27);
	cursor: pointer;
	background: url("../images/icon-search.png") center center no-repeat;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
}
.product-main .location {
	text-align: left;
	height: 50px;
	line-height: 80px;
	color: #555;
	font-size: 20px;
}
.product-main .location a:hover {
	text-decoration: underline;
	color: rgb(205,37,27);
}
.product-m-content-search {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 80px;
}
.product-main .pages {
	margin-top: 50px;
}

/*鍏充簬*/
.about-m-nav.com-nav-list {
}
.about {
	background-color: #f5f5f5;
	padding-top: 130px;
	padding-bottom: 80px;
}
.about-left,
.about-right {
	width: 50%;
}
.about-left img {
	margin-right: 30px;
	float: left;
}
.about-left img:first-child {
	width: 220px;
	height: 450px;
}
.about-left img:nth-child(2) {
	width: 220px;
	height: 450px;
	margin-top: 85px;
}
.about-left img:last-child {
	width: 220px;
	height: 240px;
	margin-top: 120px;
	margin-right: 0;
}
@media screen and (max-width: 1440px) {
	.about-left img:first-child {
		width: 180px;
		height: 368.2px;
	}
	.about-left img:nth-child(2) {
		width: 180px;
		height: 368.2px;
		margin-top: 85px;
	}
	.about-left img:last-child {
		width: 180px;
		height: 196.4px;
		margin-top: 120px;
		margin-right: 0;
	}
}
.about-right {
	padding-left: 85px;
	padding-top: 20px;
}
.about-right h3 {
	font-size: 36px;
	color: rgb( 205, 37, 27 );
	font-weight: 700;
	height: 55px;
}
.about-right span {
	display: block;
	font-size: 20px;
	color: rgb( 31, 28, 28 );
	font-weight: 700;
	height: 70px;
}
.about-right p {
	font-size: 14px;
	color: rgb( 102, 102, 102 );
	line-height: 25px;
	margin-bottom: 5px;
}
.about-right a {
	display: block;
	margin-top: 50px;
	width: 154px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #df261c;
	border-radius: 5px;
	font-size: 18px;
	color: rgb( 255, 255, 255 );
}

/*浼佷笟鏂囧寲*/
.about-culture {
	width: 100%;
	height: 0;
	padding-bottom: 41.6%;
	margin-top: 85px;
	position: relative;
}
.about-culture&gt;img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.about-culture .com-title {
	position: relative;
	z-index: 2;
}
.about-cul-content-warper {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	padding-bottom: 16.15%;
	background-color: rgba(248, 248, 248, .6);
	z-index: 2;
}
.about-cul-content {
	padding-top: 26px;
}
.about-cul-content li {
	float: left;
	width: 300px;
	height: 60px;
	margin: 34px 50px 34px 0;
	padding-left: 20px;
	border-left: 3px solid #cd251b;
}
@media screen and (max-width: 1540px) {
	.about-cul-content li {
		margin: 20px 50px 20px 0;
	}
}
@media screen and (max-width: 1440px) {
	.about-cul-content li {
		margin: 10px 0 10px 0;
	}
}
.about-cul-content li:nth-child(4n) {
	margin-right: 0;
}
.about-cul-content li h4 {
	height: 40px;
	font-size: 24px;
	color: rgb(31, 28, 28);
	font-weight: normal;
}
.about-cul-content li p {
	font-size: 16px;
	color: rgb(102, 102, 102);
}

/*鑽ｈ獕璧勮川*/
.about-cert .swiper-container {
	padding-bottom: 40px;
}
.about-cert ul li {
	background-color: #fff;
	text-align: center;
	height:345px;
}
.vertical-center-warp {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}
.about-cert ul img {
	max-width: 95%;
}
.about-cert ul li p {
	position: absolute;
	left: 50%;
	bottom: -40px;
	transform: translateX(-50%);
}
.about-cert ol,
.about-show ol {
	position: relative;
	margin-top: 50px;
}
.about-cert ol li,
.about-show ol li {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #aaa;
	margin: 0 6px;
	cursor: pointer;
}
.about-cert ol li.swiper-pagination-bullet-active,
.about-show ol li.swiper-pagination-bullet-active {
	background-color: #cd251b;
}

/*鍚堜綔浼欎即*/
.about-partner ul li {
	float: left;
	width: 17.4%;
	height: 120px;
	text-align: center;
	line-height: 120px;
	background-color: #fff;
	margin-right: 46px;
	margin-bottom: 30px;
	background-color: #fff;
	position: relative;
}
.about-partner ul li:nth-child(5n) {
	margin-right: 0;
}
.about-partner .vertical-center-warp {
	height: 100%;
}
.about-partner ul li img {
	max-width: 100%;
	max-height: 90%;
}

/*鍏徃鐜*/
.about-show {
	background-color: #fff;
	padding-bottom: 100px;
}
.about-show ul li img {
	width: 345px;
	height: 260px;
}
@media screen and (max-width: 1440px) {
	.about-partner ul li {
		margin-right: 25px;
		width: 18.2%;
	}
	.about-show ul li img {
		width: 280px;
		height: 211px;
	}
	.about-cert ul li {
		height: 300px;
	}
}
/*浼樺娍*/
.advantage {
	padding-bottom: 150px;
	background-color: #f5f5f5;
}
.advantage-main {
	background-color: #fff;
}
.advantage-main li div {
	width: 50%;
	height: 360px;
}
.advantage-main li div:last-child {
	padding: 70px 110px 0 80px;
}
.advantage-main li:nth-of-type(odd) div {
	float: left;
}
.advantage-main li:nth-of-type(even) div {
	float: right;
}
.advantage-main li img {
	width: 100%;
	height: 100%;
}
.advantage-main li h4 {
	font-size: 28px;
	color: rgb( 31, 28, 28);
	height: 66px;
}
.advantage-main li h4 span {
	color: #cd251b;
}
.advantage-main li p {
  font-size: 16px;
  color: rgb( 102, 102, 102);
  line-height: 30px;
}
.advantage-consult {
	margin: 0 auto;
	width: 615px;
	height: 62px;
	background-color: #f5f5f5;
	margin-top: 70px;
}
.advantage-consult .icon {
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	height: 45px;
	color: rgb( 205, 37, 27);
	padding-left: 40px;
	padding-top: 5px;
	background: url(../images/icon_phone.png) left center no-repeat;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
}
.advantage-consult .phone {
	font-size: 30.715px;
	color: rgb( 51, 50, 58);
	font-weight: 700;
	padding-left: 25px;
	height: 45px;
	line-height: 45px;
}
.advantage-consult a {
	width: 200px;
	height: 45px;
	border-radius: 45px;
	background-color: #cd251b;
	font-size: 24px;
	color: rgb( 250, 250, 250);
	text-align: center;
	line-height: 45px;
}

/*妗堜緥*/
.case-m-nav {
}
/*鑱旂郴鎴戜滑*/
.contact-main {
	margin-top: -40px;
	position: relative;
	z-index: 2;
	margin-bottom: 8px;
}
.contact-main .com-width {
	background-color: #fff;
}
.contact-m-left {
	width: 518px;
	padding: 78px 0 68px 70px;
}
.contact-m-left h3 {
	height: 56px;
	font-size: 24px;
	color: rgb(205, 37, 27);
	border-bottom: 1px solid #ddd;
	margin-bottom: 33px;
}
.contact-m-left p {
	height: 36px;
	font-size: 16px;
	color: rgb(102, 102, 102);
	vertical-align: 
}
.contact-m-left .qrcode {
	margin-top: 40px;
	position: relative;
}
.contact-m-left .qrcode img {
	float: left;
	width: 85px;
	height: 85px;
}
.contact-m-left .qrcode span {
	position: absolute;
	left: 100px;
	bottom: 0;
	font-size: 14px;
	color: rgb(102, 102, 102);
}
.contact-m-right {
	width: 774px;
	padding: 38px 31px 38px 0;
}
.contact-m-right img {
	width: auto;
	max-width: 100%;
	max-height: 100%;
}
.contact-m-right {
	overflow: hidden;
}
#map {
	width: 100%;
	height: 460px;
}
#map img {
	max-width: none;
	max-height: none;
}
@media screen and (max-width: 1440px) {
	.contact-main .com-width {
		width: 1160px;
	}
	.contact-m-left {
		padding-left: 50px;
	}
	.contact-m-right {
		width: 630px;
		padding: 82px 20px 82px 0;
	}
}

/*鏂伴椈*/
.news-m-nav {
}
.news-m-content {
	margin-top: 10px;
	margin-bottom: 174px;
}
.news-m-content ul li {
	width: 400px;
	margin-top: 72px;
	margin-right: 120px;
	text-align: left;
	background-color: #f5f5f5;
}
@media screen and (max-width: 1440px) {
	.news-m-content ul li {
		width: 380px;
		margin-right: 30px;
	}
}
.news-m-content ul li p {
	margin-top: 28px;
	line-height: 28px;
}
.news-m-content li span {
	display: block;
	margin: 32px 0 38px;
	height: 52px;
	line-height: 26px;
	font-size: 14px;
	color: rgb(102, 102, 102);
}
.news-m-content &gt; a {
	display: block;
	width: 100%;
	height: 100%;
}
.news-m-content li &gt; a:hover p,
.news-m-content li &gt; a:hover span,
.news-m-content li &gt; a:hover {
	color: red;
}
.news-m-content li &gt; a a {
	display: block;
	font-size: 16px;
	color: rgb(31, 28, 28);
}
/*浜у搧璇︾粏*/
.details-position {
	height: 83px;
	line-height: 83px;
}
.details-nav-list a {
	font-size: 14px;
	color: rgb(112, 112, 112);
	position: relative;
}
.details-nav-list a:hover {
	color: red;
}
.details-nav-list a:last-child:after {
	content: "";
	display: none;
}
.details-goback a {
	display: block;
	padding-left: 26px;
	background: url("../images/goback_list_icon.jpg") left center no-repeat;
	background-size: 18px 18px;
}

/*浜у搧璇︽儏banner*/
.details-banner .swiper-container {
	width: 100%;
	padding: 30px 0;
	background-color: #333;
}
.details-banner ul img {
	width: 100%;
}
.details-banner .swiper-button-prev,
.details-banner .swiper-button-next {
    position: absolute;
    top: 50%;
    left: 0;
    width: 34px;
    height: 34px;
    margin-left: 22.8%;
    transform: translateY(-50%);
    background-size: 34px 34px;
    background: url("../images/prodcut_details_pre_icon.png") center no-repeat;
}
.details-banner .swiper-button-prev a,
.details-banner .swiper-button-next a {
	color: rgba(0,0,0,0);
	display: block;
	width: 100%;
	height: 100%;
}
.details-banner .swiper-button-next {
	margin-left: auto;
	margin-right: 22.2%;
    background: url("../images/prodcut_details_next_icon.png") center no-repeat;
}
@media screen and (max-width: 1740px) {
	.details-banner .swiper-button-prev {
		margin-left: 22.4%;
	}
	.details-banner .swiper-button-next {
		margin-right: 22%;
	}
}
@media screen and (max-width: 1440px) {
	.details-banner .swiper-button-prev {
		margin-left: 21.8%;
	}
	.details-banner .swiper-button-next {
		margin-right: 21.2%;
	}
}

/*浜у搧璇︽儏涓讳綋*/
.details-main {
	width: 1200px;
	margin: 58px auto 0;
}
.details-m-top {
	height: 75px;
	border-bottom: 1px solid #e0e0e0;
}
.details-m-top h3 {
	font-size: 36px;
	color: rgb(0, 0, 0);
	font-weight: normal;
}
.details-m-top p {
	font-size: 32px;
	color: rgb(51, 51, 51);
	-moz-transform: matrix( 0.85024861070488,0,0,0.85024861070489,0,0);
	-webkit-transform: matrix( 0.85024861070488,0,0,0.85024861070489,0,0);
	-ms-transform: matrix( 0.85024861070488,0,0,0.85024861070489,0,0);
	padding-left: 40px;
	background: url("../images/product_phone_icon.png") left center no-repeat;
	-webkit-background-size: 28px 28px;
	background-size: 28px 28px;
}
.details-m-top a {
	display: block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	padding-left: 80px;
	background: url("../images/product_chat_icon.png") no-repeat;
	-webkit-background-size: 22px 22px;
	background-size: 22px 22px;
	background-position: 38px center;
	background-color: #cd251b;
	font-size: 18px;
	color: rgb(255, 255, 255);
	margin-left: 10px;
}

.details-m-middle {
	padding: 46px 0 15px;
	font-size: 16px;
	color: rgb(102, 102, 102);
}
.details-m-middle h4 {
	height: 64px;
	font-weight: normal;
}
.details-m-middle p {
	line-height: 33px;
	margin-bottom: 30px;
}
.details-m-bottom {
	width: 100%;
	height: 80px;
	line-height: 80px;
	background-color: #e0e0e0;
	padding: 0 34px;
	margin-bottom: 110px;
}
.details-m-bottom .pre {
	margin-right: 50px;
}
.details-m-bottom .pre,
.details-m-bottom .next {
	font-size: 16px;
	color: rgb(0, 0, 0);
}
.details-m-bottom .goback a {
	display: block;
	padding-left: 26px;
	background: url("../images/goback_list_icon.jpg") left center no-repeat;
	background-size: 18px 18px;
}
/*淇濋殰涓讳綋*/
.security-main {
	margin-top: 10px;
}
.security-content {
	width: 100%;
}
.security-content li {
	display: none;
	height: 600px;
}
.security-content li.active {
	display: block;
}
.security-content li img {
	width: 100%;
}
.security-control {
	width: 100%;
}
.security-control li {
	width: 25%;
	float: left;
	padding: 32px 0 32px 90px;
	background-color: #ddd;
	cursor: pointer;
}
.security-control li img {
	float: left;
	width: auto;
	height: 90px;
}
.security-control li p {
	float: left;
	padding-top: 20px;
	font-size: 20px;
	color: rgb(51, 51, 51);
	margin-left: 20px;
}
.security-control li:hover p,
.security-control li.active p {
	color: #fff;
}
.security-control li.active {	
	background-color: #cd251b;
}

/*淇濋殰 鑾峰彇鎶ヤ环*/
.offer {
}
.o-info input {
	width: 456px;
	height: 60px;
	padding: 20px 0 24px 30px;
	margin-right: 30px;
	font-size: 16px;
	color: rgb(102, 102, 102);
}
.o-info input:last-child {
	margin-right: 0;
}
@media screen and (max-width: 1440px) {
	.security-control li {
		padding-left: 60px;
	}
	.o-info input {
		width: 377px;
		height: 50px;
		padding: 10px 0 12px 15px;
	}
}
.o-product-type {
	padding-left: 30px;
	height: 80px;
	line-height: 80px;
	font-size: 16px;
	color: rgb(51, 51, 51);
}
.o-product-type label {
	margin-right: 20px;
	color: rgb(102, 102, 102);
    cursor: pointer;
}
.o-product-type .item {
	float: left;
	margin-right: 55px;
}
.o-product-type input {
	background-color: #fff;
	color: #fff;
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
.o-product-type input + label::before {
    content: "\a0";
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    width: 20px;
    height: 20px;
	margin-right: 12px;
    border-radius: 50%;
    border: 1px solid #aeaeae;
    line-height: 1;
    cursor: pointer;
}
.o-product-type input:checked + label::before {
    background-color: #01cd78;
    background-clip: content-box;
    padding: .2em;
}
.o-other textarea {
	width: 100%;
	height: 240px;
	padding: 20px 30px;
	font-size: 16px;
	color: rgb(51, 51, 51);
}

/*鑾峰彇鎶ヤ环搴曢儴*/
.o-footer {
	padding-top: 50px;
	width: 680px;
	margin: 0 auto;
	height: 200px;
}
.o-footer a {
	display: block;
	width: 246px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	background-color: #cd251b;
	border-radius: 45px;
}
.o-footer .icon {
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	height: 45px;
	color: rgb( 205, 37, 27);
	margin-left: 64px;
	padding-left: 40px;
	padding-top: 5px;
	background: url(../images/icon_phone.png) left center no-repeat;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
}
.o-footer .phone {
	font-size: 30.715px;
	color: rgb( 51, 50, 58);
	font-weight: 700;
	padding-left: 26px;
	height: 45px;
	line-height: 45px;
	letter-spacing: 1px;
}</pre></body></html>